dnd: Make GdkDragContext::device a (construct-only) property
authorBenjamin Otte <otte@redhat.com>
Fri, 27 Apr 2018 10:32:17 +0000 (12:32 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 27 Apr 2018 12:32:28 +0000 (14:32 +0200)
commit4aaeb7de1909844cc29e686382f6228f594919c8
treed4115b3347084818d3a7f978108fa060d73c2d6f
parenta86359af2bcde105c46bfa7cc676d01c9336ed64
dnd: Make GdkDragContext::device a (construct-only) property

Also remove gdk_drag_context_set_device() and insist on backends using
the property.
14 files changed:
gdk/broadway/gdkdnd-broadway.c
gdk/gdkdnd.c
gdk/gdkdndprivate.h
gdk/quartz/GdkQuartzNSWindow.c
gdk/quartz/gdkdnd-quartz.c
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkdnd-wayland.c
gdk/wayland/gdkprivate-wayland.h
gdk/win32/gdkdnd-win32.c
gdk/win32/gdkdrag-win32.c
gdk/win32/gdkdrop-win32.c
gdk/x11/gdkdnd-x11.c
testsuite/gtk/notify.c
testsuite/gtk/objects-finalize.c